Skip to content

[PW_SID:1069693] usb: spacemit: k3: Add USB2.0 support#1649

Closed
linux-riscv-bot wants to merge 2 commits intoworkflow__riscv__fixesfrom
pw1069693
Closed

[PW_SID:1069693] usb: spacemit: k3: Add USB2.0 support#1649
linux-riscv-bot wants to merge 2 commits intoworkflow__riscv__fixesfrom
pw1069693

Conversation

@linux-riscv-bot
Copy link

PR for series 1069693 applied to workflow__riscv__fixes

Name: usb: spacemit: k3: Add USB2.0 support
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1069693
Version: 2

Yixun Lan added 2 commits March 20, 2026 07:37
Add compatible string for DWC3 USB controller found in SpacemiT K3 SoC.

The USB2.0 host controller in K3 SoC actually use DWC3 IP but only support
USB2.0 functionality, thus in the hardware layer, it has only one USB2 PHY.
While in K1 SoC, the USB controller has both USB2 and USB3 Combo PHY
connected, but able to work in a reduced USB2.0 mode which requres only
one USB2 PHY, leaves the USB3 Combo PHY to PCIe controller. So both K1
and K3 SoC are able to work in the USB2.0 mode which requires one PHY.

Explicitly reduce number of phy property to minimal one.

Signed-off-by: Yixun Lan <dlan@kernel.org>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
Add support for the DWC3 USB controller which found in SpacemiT K3 SoC.

Acked-by: Thinh Nguyen <Thinh.Nguyen@synopsys.com>
Signed-off-by: Yixun Lan <dlan@kernel.org>
Signed-off-by: Linux RISC-V bot <linux.riscv.bot@gmail.com>
@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 136.72 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 995.84 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1344.77 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 27.20 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 28.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.80 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 83.75 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.22 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 0.85 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
module-param
Desc: Detect module_param changes
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.21 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "[v2,1/2] dt-bindings: usb: dwc3: spacemit: add support for K3 SoC"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.28 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 137.88 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1018.56 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1381.42 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 26.68 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 28.30 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 1.02 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 83.42 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
kdoc
Desc: Detects for kdoc errors
Duration: 0.90 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 2: "[v2,2/2] usb: dwc3: dwc3-generic-plat: spacemit: add support for K3 SoC"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

@linux-riscv-bot linux-riscv-bot deleted the pw1069693 branch March 21, 2026 01:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant